Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / PropertyChangedEventArgs<T> Class / OldValue Property

In This Topic
    OldValue Property (PropertyChangedEventArgs<T>)
    In This Topic
    The value of the property before the change.
    Syntax
    'Declaration
     
    
    Public Property OldValue As T
    public T OldValue {get; set;}
    See Also